golang.org/x/net/http2.serverConn.inGoAway (field)

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L595: 	inGoAway                    bool              // we've started to or sent GOAWAY
		server.go#L1007: 		sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
		server.go#L1365: 		if !sc.inGoAway || sc.goAwayCode == ErrCodeNo {
		server.go#L1420: 	if sc.inGoAway {
		server.go#L1426: 	sc.inGoAway = true
		server.go#L1515: 	if sc.inGoAway && (sc.goAwayCode != ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {